From the Studio it is possible to create some fields based on pre-defined types such as text, list, date, attachment type fields. So that there is no restriction, VDoc offers a system that allows you to add new type of fields without altering the Studio, generator or even APIs.
The provided fields in standard are the same as the ones displayed in the chapter Navigation framework about the browsing navigation.
Table of available fields from the web designer menu
Category | Field | Description |
Simple fields | Text Number Date | The values of this field type are mapped to java.lang.String values. The values of this field type are mapped to java.lang.Float values. The values of this field type are mapped to java.sql.Timestamp values. |
Composite fields | Period Drop-down list Attachments | The values of this field type are mapped to com.axemble.vdoc.sdk.structs.Period values. The values of this field type are mapped to a collection of java.lang.String values. The values of this field type are mapped to a collection of com.axemble.vdoc.sdk.interfaces.IAttachment values. |
The following points are addressed here: